Objects Types and Constants Properties Methods Object Hierarchy Index

ArrayCopyRelative Method

Description:

Copies the Graphic objects in a two dimensional array.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->ArrayCopyRelative(X, Y, Rows, Columns, Fit, Matrix, &prop);

Visual Basic:
prop = object.ArrayCopyRelative(X, Y, Rows, Columns, Fit, Matrix)

Parts:

X

double

[in]

X coordinate of column offset.

Y

double

[in]

Y coordinate of row offset.

Rows

long

[in]

Number of rows including the original.

Columns

long

[in]

Number of columns including the original.

Fit

VARIANT*

[in][optional]

True if specified offsets are for last copy.

Matrix

VARIANT*

[in][out][optional]

The matrix that was calculated.

prop

GraphicSet*

[out][retval]

The copied Graphic objects.

Defined in:

Graphic


Description:

Copies the Graphic objects in a two dimensional array. Always translates in the currently active workplane?

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->ArrayCopyRelative(U, V, Rows, Columns, Fit, Workplane, Matrix, &prop);

Visual Basic:
prop = object.ArrayCopyRelative(U, V, Rows, Columns, Fit, Workplane, Matrix)

Parts:

U

double

[in]

Column offset.

V

double

[in]

Row offset.

Rows

long

[in]

Number of rows including the original.

Columns

long

[in]

Number of columns including the original.

Fit

VARIANT*

[in][optional]

True if specified offsets are for last copy.

Workplane

VARIANT*

[in][optional]

Workplane or direction vector?

Matrix

VARIANT*

[in][out][optional]

The matrix that was calculated.

prop

GraphicSet*

[out][retval]

The copied Graphic objects.

Defined in:

GraphicSet

Graphics

Layer

Selection


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums